summaryrefslogtreecommitdiff
path: root/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/[locale]/furthsettins/scotsoun/[scotsounId]')
-rw-r--r--src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro b/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro
index 90053fe..4244f70 100644
--- a/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro
+++ b/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro
@@ -24,4 +24,5 @@ const scotsoun = await getScotsoun[scotsounId]();
<Page title={t(tPage, { key: 'title', scotsounId, name: scotsoun.title })}>
<Scotsoun scotsoun={scotsoun} />
+ <script src="$scripts/wc/paypal-product-buttons.ts"></script>
</Page>